SQLite specifically is great because it doesn't require you to install a lot, and when you make a database, it's just a file. It's very transportable. You can literally copy the database file from and to your server. There's misconceptions about SQLite that it'd be slow or not scalable enough. That's bullshit.
— 📖 Make﹕ Bootstrapper's Handbook
- I'd guess especially if you don't have many writes
- have to test this, though